home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000119_news@columbia.edu_Wed Aug 9 09:42:37 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16420
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 9 Aug 1995 20:53:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA01163
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 9 Aug 1995 20:53:34 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.mathworks.com!news.kei.com!nntp.et.byu.edu!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MSKermit over IP connection
  9. Message-Id: <1995Aug9.154237.58499@cc.usu.edu>
  10. Date: 9 Aug 95 15:42:37 MDT
  11. References: <4073r0$ijs@linda.teleport.com> <1995Aug8.082408.58352@cc.usu.edu> <409uom$apq@kelly.teleport.com>
  12. Organization: Utah State University
  13. Lines: 84
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <409uom$apq@kelly.teleport.com>, sysone@teleport.com (FIGHT THE POWER) writes:
  17. >     I'll _try_ to recast this coherently... :-)
  18. >     Joe D. wrote:
  19. > #    I'm not sure I follow all the details above, but let me take a
  20. > #stab at matters.
  21. > #    SLIP is a point to point transport mechanism with only two stations
  22. > #on the wire: this end and "the other end". There is no ARP-ing involved
  23. > #since ARP is a way of finding one of many stations on the same broadcast
  24. > #medium (and a serial link isn't a broadcast medium). CSLIPPER is a SLIP
  25. > #Packet Driver.
  26. >     Right... I'm thinking of the connection as running
  27. > something like this:
  28. >     [My DOS app] -> [SLIP or PPP client] -> [Serial card] ->
  29. > [My modem] -> [Telephone network] -> [Server's modem] ->
  30. > [Server's port] -> [SLIP or PPP server] -> [Server's LAN] ->
  31. > [LAN's TCP/IP gateway] -> Internet stuff...
  32. > #    Given a point to point architecture "the other end" is responsible
  33. > #for transporting packets to far away places, and hence it is both a host
  34. > #and the gateway. Figuring out what to do with packets not addressed to it
  35. > #is a problem that other end has to deal with. I have no idea of how you
  36. > #have the Cisco boxes configured. In any case, SLIP has no notion of routing, 
  37. >     I don't know about the Ciscos' configurations either,
  38. > although I can get some information from the server prompt using
  39. > the 'show' command with various extensions. I have asked the
  40. > support office here re the manuals... which they couldn't locate!
  41. > #gateway, or ARP. Any routing which does occur is a pleasant side effect
  42. > #of "the other end."
  43. > #
  44. >     I'm thinking that the server, attempting to link me to
  45. > the Net, can't resolve the gateway's IP address into a valid
  46. > Ethernet address, and sends some message to this effect back to
  47. > the client. Since the client (DOS Kermit in this case) is
  48. > attached to the server via SLIP/PPP, the message is passed over
  49. > the link layer back to my SLIP/PPP driver, which complains to
  50. > Kermit; the link layer has nothing to do with all this beyond
  51. > hauling datagrams back and forth.
  52. >     All this is based on my exceedingly limited knowledge of
  53. > networking of course. I'm probably out to lunch on some of it.
  54. > #    EtherPPP is the MERIT item, I presume. Honestly, I have never been
  55. > #able to get that program to work in any way; it always hangs my machine as
  56. > #it starts up. Thus I have nothing useful to suggest for it.
  57. > #
  58. >     Yup, configuring EtherPPP is a unique experience. It
  59. > works great now that I've figured out the settings my machine
  60. > likes. But that doesn't mean I've found a configuration which
  61. > would work everywhere. To return to the topic, the ARP problem
  62. > appears to occur independent of the driver (I have tried two
  63. > EtherPPP releases as well as the {,C}Slipper drivers). With the
  64. > earlier Kermit no problem. With the recent Kermit, the ARP error
  65. > is returned.
  66. > #    Adding to my confusion on your report is "name resolution doesn't
  67. > #seem to be a problem." If the nameserver is far away, in the SLIP sense,
  68. > #then that is no different than trying to reach another machine far away. 
  69. > #
  70. >     Right. An inadvertent red herring on my part...
  71. >     I don't know if what I have added is helpful in
  72. > diagnosing the problem. I would be more than happy to mail in
  73. > session transcripts, config files &c. if this would help. I
  74. > suppose I've used enough bandwidth on this question at any rate.
  75. >     Thanks...
  76. -------------
  77.     I fired up CSLIPPER with no command line arguments so it behaved
  78. as a straight SLIP Packet Driver. I ran MS-DOS Kermit over it to our modem
  79. pool (Telebit Netblazers) and used both domain name servers and far away
  80. machine addresses, all with no difficulty. I set the MSK TCP/IP IP address
  81. from the text line the modem pool gave me upon starting SLIP there.
  82.     I notice that CSLIPPER has an ARP/IP Ethernet faker option. Without 
  83. knowing in detail what it does I would recommend not activating that faker 
  84. with Kermit.
  85.     From this I am tempted to conclude that the IP environment outside
  86. of Kermit is causing the difficulties you note.
  87.     Joe D.